Skip to content

Conversation

@rmacklin
Copy link
Contributor

Fixes #968

init.lua line 539:

         -- The following autocommand is used to enable inlay hints in your
         -- code, if the language server you are using supports them

The code following the comment creates a keymap to toggle inlay hints, not an autocommand.

This comment was added in 5540527, but
it was referring to an autocommand, despite the relevant code creating a
keymap, not an autocommand.
@feoh feoh merged commit 56b9114 into nvim-lua:master Jul 22, 2024
@rmacklin rmacklin deleted the update-inlay-hints-comment branch July 22, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect comments in init.lua

2 participants